home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
maksiu
/
lists
/
amoslist-1197.lzh
/
AMOSLIST
/
000115_amos-request@svcs1.digex.net_Mon Nov 10 16:34:38 1997.msg
< prev
next >
Wrap
Internet Message Format
|
1997-12-04
|
3KB
Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id QAA01825
for <mcox@access.digex.net>; Mon, 10 Nov 1997 16:31:47 -0500 (EST)
Received: (from daemon@localhost)
by svcs1.digex.net (8.8.5/8.8.5) id MAA20984
for amos-out; Mon, 10 Nov 1997 12:30:14 -0500 (EST)
Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id MAA20981
for <amos-list@svcs1.digex.net>; Mon, 10 Nov 1997 12:30:13 -0500 (EST)
Received: from mailc.telia.com (root@mailc.telia.com [194.22.190.4])
by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id MAA14630
for <amos-list@access.digex.net>; Mon, 10 Nov 1997 12:30:07 -0500 (EST)
Received: from d1o41.telia.com (root@d1o41.telia.com [195.67.252.241])
by mailc.telia.com (8.8.8/8.8.5) with ESMTP id SAA19215
for <amos-list@access.digex.net>; Mon, 10 Nov 1997 18:29:56 +0100 (MET)
Received: from FOO.telia.com (t6o41p54.telia.com [195.67.253.114])
by d1o41.telia.com (8.8.5/8.8.5) with SMTP id SAA17598
for <amos-list@access.digex.net>; Mon, 10 Nov 1997 18:29:53 +0100 (MET)
Message-Id: <199711101729.SAA17598@d1o41.telia.com>
From: "Mike" <mikael.hiltunen@ostersund.mail.telia.com>
To: "AMOS-list" <amos-list@access.digex.net>
Subject: Multitasking & mouse movement
Date: Mon, 10 Nov 1997 18:30:23 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.71.1008.3
X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3
Status: O
X-Status:
Hello,
I'm making a program in which I want to turn off multitasking. I've tried
the 'Multi No' command from the Turbo Plus Extension. I've also tried using
'NUL=Execall(-132)' to turn it off.
Well, both of these commands works great, the only problem I'm having is
that the mouse moves really REALLY slow when I use em.
I've tried to put the mouse in mouse port #2 and read the coords using the
AMCAF commands 'X=X Smouse' and 'Y=Y Smouse' which works just fine when
multitasking is off. But I'd really like to be able to use mouse port #1
instead, so is there any way to do this? Would it be possible to make such
commands in AMCAF Chris?
I've also tried to read directly using 'X=Peek($DFF00A)' but then I would
need some sort of resident program which can check this continuously...
Anyone now how to do this (Asm?).
Is there any other adresses for checking mouse movements except the $DFF00A
and $DFF00B?
Any ideas?
Thanks,
// Mike